Click or drag to resize

MediaParse Method

Converts the specified string representation of a media string to its Media equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static Media Parse(
	string media
)

Parameters

media
Type: SystemString
A string containing a media to convert.

Return Value

Type: Media
A Media equivalent contained in the media parameter.
See Also